home *** CD-ROM | disk | FTP | other *** search
- This directory contains all the files necessary to build an
- online book and try out a number of different features of
- the Insight_Dev bookbuilding tools. It is designed as a
- self-paced tutorial.
-
- Here's what to do...
-
- - Copy sample.unfinished into an appropriate location where you have
- permission to edit and create files (you may change the name if
- you like).
-
- - Fill in the Makefile
-
- The Makefile is the "glue" that holds the online bookbuilding process
- together. In it, you will list various information about the book in
- order to have it build correctly. From the directory containing the
- files, type "jot Makefile" and fill in the lines listed below with
- the appropriate text. Note that the blank text before *.doc (except
- front.doc) should be created with 2 tabs.
-
- TITLE = sample_book
- FULL_TITLE = "Insight_Dev Sample Book"
- VERSION = 1.0
- BOOK_FILES = front.doc \
- intro.doc \
- 01paratags.doc
- 02chartags.doc \
- 03tables.doc \
- 04launch.doc \
- 05lineart.doc \
- 06ps.doc \
- 07rgb.doc \
- 08composite.doc \
- 09index.doc \
- 10gloss.doc \
- 11xref.doc \
- 12inventor.doc \
- 13movie.doc \
- 14conditional.doc \
- glossary.doc
- PRINT_BW = figure.rgb figure2.rbg
- PostScript = figure.ps
- INLINE_MEDIA = Collage_4.mv cone.iv
-
- - Type "make print" at the command line. This will make a print directory
- with versions of your figures that you will import into your document.
-
- - Open sample.book
-
- - Open the files #<name>.doc one after another, and follow the directions
-
- - When you have finished editing all the files, type "make book.full"
- in the shell window. If the build completes, you should end up with
- a file called sample_book.full, containing an error report for the
- document. Try and fix the errors. The file Errors.doc contains those
- errors that have been deliberately embedded in the doc.
-
- - When you have eliminated all the errors, type "make book" and then
- "pub_book" in the shell to build a viewable book.
-
- - type "iiv -f -b ." to view your book
-